-
Notifications
You must be signed in to change notification settings - Fork 22
[bot] Bump openshift/prometheus-operator to v0.88.0 #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[bot] Bump openshift/prometheus-operator to v0.88.0 #354
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.67.3 to 0.67.4. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.67.3...v0.67.4) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-version: 0.67.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/common-0.67.4 build(deps): bump github.com/prometheus/common from 0.67.3 to 0.67.4
…dependabot/github_actions/golangci/golangci-lint-action-9.1.0 build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
…date-thanos-v0.40.1 chore: Update thanos version to v0.40.1 and golang version to 1.25
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.45.0. - [Commits](golang/crypto@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0. - [Commits](golang/crypto@v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 7.2.1 to 8.0.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@76c6f6d...3294df5) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/golang.org/x/crypto-0.45.0 build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
…_html fix: pushover doc
…dependabot/go_modules/scripts/golang.org/x/crypto-0.45.0 build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /scripts
…dependabot/github_actions/streetsidesoftware/cspell-action-8.0.0 build(deps): bump streetsidesoftware/cspell-action from 7.2.1 to 8.0.0
This commit adds the following arguments in jsonnet + default manifests: * `--watch-referenced-objects-in-all-namespaces=true` * `--disable-unmanaged-prometheus-configuration=true` Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit adds a test ensuring that a bad statefulset definition (due to an invalid image in this case) doesn't lead to a stuck roll-out once the definition is fixed. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…atefulset-stuck-rollout test: ensure that bad rollouts can be reverted
…-default-args change: add new arguments to manifests
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…http-config-for-probes feat: unify HTTP configuration for Probe CRD
test: fix testStuckStatefulSetRollout
This commit introduces a new `podManagementPolicy` field for statefulset-based workloads (Prometheus, PrometheusAgent, Alertmanager and ThanosRuler). While the default will still be `Parallel`, users have expressed the need to use `OrderedReady` in specific situations. Closes prometheus-operator#2753 Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit introduces the `NoSelectedResources` reason for the `Reconciled` condition when a workload object selects no resources (valid or invalid). It should make it easier to detect when resource selectors are null or match no resource. The `Alertmanager` resource is the exception because the configuration may be provided only via a reference to a Secret key. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…or thanos Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.307.3 to 0.308.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.307.3...v0.308.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.308.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.308.0 build(deps): bump github.com/prometheus/prometheus from 0.307.3 to 0.308.0
feat: expose pod management policy for workloads
…ources-selected-condition feat: add new NoSelectedResources reason
…-url-validation pkg/alertmanager: add URL validation for Webhook receiver
…-release-md chore: assign myself to v0.89 release
…-todo change: use narrower selector for informers
* feat: add azure workload idendity * feat: add azure workload identity Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * Update pkg/prometheus/operator.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * Update pkg/prometheus/operator.go Co-authored-by: Simon Pasquier <spasquie@redhat.com> * feat: checks Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * feat: tests Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * feat: tests thanos Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * fix: comments Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * fix: comments Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * fix: tests Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> --------- Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
issue was introduced in f3bd79f
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.308.1 to 0.309.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.308.1...v0.309.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.309.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ertmanager_type docs(alertmanager_types.go): fix misleading doc for WebexConfig
…idation-incidentio pkg/alertmanager: add URL validation checks for Incident.io receiver
…#8240) * feat: add scope support for azuread rw Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> * fix: rebase Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com> --------- Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.309.0 build(deps): bump github.com/prometheus/prometheus from 0.308.1 to 0.309.0
…k-validations Feat: Add Validations to Slack Receiver in Alertmanager Config CR
…ometheus-operator#7977) * add wechat global config validation * move to cb method * add missing import * trigger ci * move to amcfg file * trigger ci * validate: add wechat semantic validation to cover url validation case * validation: update wechat validation to prevent nil pointer exception
…-operator#8231) Adds URL validation for MSTeams receiver configuration fields when loaded from secrets. This ensures URLs are validated regardless of whether configurations come from CustomResources or secrets.
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.309.0 to 0.309.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.309.0...v0.309.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.309.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/go_modules/github.com/prometheus/prometheus-0.309.1 build(deps): bump github.com/prometheus/prometheus from 0.309.0 to 0.309.1
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
chore: cut v0.88.0
v0.88.0 # -----BEGIN PGP SIGNATURE----- # # iHUEABYKAB0WIQSokP0TscCROFZv61M+EAu2vSkUjgUCaWDXsAAKCRA+EAu2vSkU # jqWCAQC3MkSpbZpDogA3IOPY5uenQ+T8yTSUaUYrvGx2h3h7cAEAlM40bwjaNiuZ # K4bAprd14q8aH3bsBG1VAhQQyT9vmgk= # =M2cQ # -----END PGP SIGNATURE----- # gpg: directory '/home/runner/.gnupg' created # gpg: keybox '/home/runner/.gnupg/pubring.kbx' created # gpg: Signature made Fri Jan 9 10:25:52 2026 UTC # gpg: using EDDSA key A890FD13B1C09138566FEB533E100BB6BD29148E # gpg: Can't check signature: No public key
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-monitoring-bot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@openshift-monitoring-bot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Needs go 1.25 |
|
/hold till go 1.25 available in OCP |
Description
This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.
If you wish to perform this manually, execute the following commands from openshift/prometheus-operator repo: